home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Util / Screen Savers / After Dark Mods / Clouds 1.1.sit / Clouds ƒ / About Clouds next >
Encoding:
Text File  |  1994-04-01  |  2.5 KB  |  41 lines  |  [ttro/ttxt]

  1. ABOUT CLOUDS
  2.  
  3.  
  4. This Macintosh After Dark module draws animated, fractal clouds.
  5.  
  6. Settings
  7.  
  8. The "Colors" menu lets you select a color scheme for your clouds.
  9. "Wispiness" lets you vary the fractal dimension from 2.15 to 2.45.
  10. "Wind" makes the clouds move. (A southwest wind moves them up and to the left.) Set to "Random" to change the direction each time the module is started.
  11. "Redraw Speed" controls how fast new cloud formations appear.
  12.  
  13. System Requirements
  14.  
  15. Clouds requires 32-bit QuickDraw, i.e. System 6.0.5 or higher and a Macintosh with 68020 processor or higher. Clouds is optimized for running on its own, on a single screen in 256-color mode. In other environments, it may be much slower or give unsatisfactory results.
  16. When running Clouds under MultiModule (as demonstrated by the enclosed settings file, Landscape), you should set the screen to more than 256 colors.
  17.  
  18. Algorithm
  19.  
  20. Clouds uses a simplified version of the MidPointFM2D random midpoint displacement algorithm by D. Saupe (without random additions, with circularized boundaries, and fixed initial values). Fractal values are used as color indices without any scaling.
  21.  
  22. Hacking Clouds
  23.  
  24. You can edit the color tables ('clut' resources) of Clouds with ResEdit, as long as color # 0 and 255 remain white and black, respectively. When adding a new 'clut' resource, you must also add an appropriate entry to 'MENU' 1000.
  25. At your own risk, you can change the value of 'mLvl' resource 128 to increase the final resolution. A change of 1 increases the resolution and memory requirement by a factor of 4, up to the amount of memory available. To make the modified module work under MultiModule or Randomizer, you must also change the value of 'sysz' resource 0 by a factor of 4.
  26.  
  27. Changes in Version 1.1
  28.  
  29. * Random setting added to "Wind" slider.
  30. * More "Wispiness" and "Redraw Speed" settings.
  31. * Faster through use of 68020 code.
  32. * Should be more compatible with QuickDraw accelerators.
  33.  
  34. While Clouds is stable on all Macs with internal video, the present version may still crash some QuickDraw accelerator cards - use at your own risk!
  35.  
  36. Thanks to everyone who sent comments and suggestions, and to GR and José Casal for testing.
  37. Developed with Think C 5.0 and After Dark 2.0.
  38. Algorithm adapted from: Saupe, D. (1988). Algorithms for random fractals. In: The Science of Fractal Images, H.O. Peitgen and D. Saupe, eds. (New York: Springer-Verlag), pp. 71-113.
  39. Clouds 1.1 is freeware © Robert Geisler, 1993-1994. Permission required for commercial distribution.
  40. E-Mail: geisler@genvax.mpib-tuebingen.mpg.de
  41.